home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_288 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-14  |  243 b   |  13 lines

  1. on(release){
  2.    if(content._visible == false)
  3.    {
  4.       MyStatrtItem = content.scroler.scrollPosition;
  5.       content.ShowItems(MyStatrtItem);
  6.       content._visible = true;
  7.    }
  8.    else
  9.    {
  10.       content._visible = false;
  11.    }
  12. }
  13.